Source File
manyiterator.go
Belonging Package
github.com/RoaringBitmap/roaring
package roaringtype manyIterable interface {nextMany(hs uint32, buf []uint32) intnextMany64(hs uint64, buf []uint64) int}func ( *shortIterator) ( uint32, []uint32) int {:= 0:= .loc:= .slicefor < len() && < len() {[] = uint32([]) |++++}.loc =return}func ( *shortIterator) ( uint64, []uint64) int {:= 0:= .loc:= .slicefor < len() && < len() {[] = uint64([]) |++++}.loc =return}
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |